summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2023-12-02 02:19:28 +0100
committert895 <clombardo169@gmail.com>2023-12-02 02:19:28 +0100
commit08be9cff0ff99f4869c5528bf22cae3d98b8899d (patch)
tree1b1e8a4df1b3fffed8d6d9a94b45cfa282cbd094
parentMerge pull request #12255 from german77/amiibo (diff)
downloadyuzu-08be9cff0ff99f4869c5528bf22cae3d98b8899d.tar
yuzu-08be9cff0ff99f4869c5528bf22cae3d98b8899d.tar.gz
yuzu-08be9cff0ff99f4869c5528bf22cae3d98b8899d.tar.bz2
yuzu-08be9cff0ff99f4869c5528bf22cae3d98b8899d.tar.lz
yuzu-08be9cff0ff99f4869c5528bf22cae3d98b8899d.tar.xz
yuzu-08be9cff0ff99f4869c5528bf22cae3d98b8899d.tar.zst
yuzu-08be9cff0ff99f4869c5528bf22cae3d98b8899d.zip
-rw-r--r--src/android/app/src/main/jni/native.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp
index ed5ce6f8a..3d795b57f 100644
--- a/src/android/app/src/main/jni/native.cpp
+++ b/src/android/app/src/main/jni/native.cpp
@@ -123,9 +123,6 @@ int EmulationSession::InstallFileToNand(std::string filename, std::string file_e
ErrorFilenameExtension = 4,
};
- m_system.SetContentProvider(std::make_unique<FileSys::ContentProviderUnion>());
- m_system.GetFileSystemController().CreateFactories(*m_vfs);
-
[[maybe_unused]] std::shared_ptr<FileSys::NSP> nsp;
if (file_extension == "nsp") {
nsp = std::make_shared<FileSys::NSP>(m_vfs->OpenFile(filename, FileSys::Mode::Read));